home *** CD-ROM | disk | FTP | other *** search
- global pAwardDatabase, pCurrentRecord, pCategory, pList
-
- on reset me
- if pCurrentRecord = 0 then
- member("indicator").text = EMPTY
- else
- myString = "Showing" && pCategory && "award in" && pAwardDatabase[pCurrentRecord][#year] && "for" && pAwardDatabase[pCurrentRecord][#AwardCategory]
- if pList.count = 1 then
- myCount = pList.count && "record found"
- else
- myCount = pList.count && "records found"
- end if
- member("indicator").text = myCount & RETURN & myString
- end if
- end
-